﻿@charset 'utf-8';
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
form,
fieldset,
input,
textarea,
button,
img,
hr,
p,
pre,
blockquote,
legend
{
    margin: 0;
    padding: 0;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
       -moz-tap-highlight-color: transparent;
}
iframe,
img,
fieldset,
abbr,
acronym
{
    border: 0;
}
header,
footer,
section,
article,
nav,
hgroup,
address,
img
{
    display: block;
}
table
{
    border-spacing: 0;
    border-collapse: collapse;
}
th,
em,
var,
i,
address,
caption,
cite,
code,
dfn
{
    font-weight: normal;
    font-style: normal;
}
ol,
ul,
li
{
    list-style: none;
}
a,
button
{
    cursor: pointer;
    text-decoration: none;

    color: inherit;
    outline: 0;
}
:focus,
[hidefocus]
{
    outline: 0;
}
textarea
{
    overflow: auto;

    height: auto;

    resize: none;
}
input:read-only,
select:disabled
{
    background: #efefef;
}
body,
textarea,
input,
button,
select
{
    font: 14px/20px \5fae\8f6f\96c5\9ed1, Arial, sans-serif;

    text-align: left;
    text-decoration: none;

    color: #666;
    outline: 0;
}
a:hover
{
    color: inherit;
}
input,
textarea,
select
{
    box-sizing: border-box;
    padding: 3px 5px;

    transition: all .2s ease;

    border: 1px solid #dfe3e9;
    border-radius: 3px;
    background: #fff;
}
input[type=radio],
input[type=checkbox]
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 3px;

    vertical-align: middle;
}
input[type=file]
{
    position: absolute;
    z-index: 0;

    display: block;

    width: 100%;
    height: 100%;

    cursor: pointer;

    opacity: 0;
}
input:focus,
textarea:focus
{
    border: 1px solid #57a3f3;
}
.FL
{
    float: left;
}
.FR
{
    float: right;
}
.cls
{
    clear: both;
}
.VM
{
    vertical-align: middle;
}
.Mtop
{
    margin-top: 18px;
}
img
{
    max-width: 100%;

    transition: all .8s ease;
}
img.fill
{
    object-fit: fill;
}
img.contain
{
    object-fit: contain;
}
img.cover
{
    object-fit: cover;
}
img.none
{
    object-fit: none;
}
img.scale-down
{
    object-fit: scale-down;
}
.PageList
{
    line-height: 28px;

    margin-top: 30px;

    text-align: center;
}
.PageList .Prev,
.PageList .Next
{
    display: none;
}
.PageList span
{
    margin: 0 5px;
}
.PageList em
{
    margin: 0 5px;

    color: #1a4bd6;
}
.PageList .on
{
    height: 20px;
    margin: 0 3px;
    padding: 4px 10px;

    text-decoration: none;

    color: #fff;
    background: #1a4bd6;
}
.PageList a
{
    height: 20px;
    margin: 0 3px;
    padding: 4px 10px;

    text-decoration: none;

    color: #555;
    background: #efefef;
}
.Empty svg
{
    display: block;

    width: 260px;
    margin: 0 auto;
}
.Empty p
{
    font-size: 16px;

    display: block;

    padding: 20px 0;

    text-align: center;
}
td
{
    padding: 10px;

    text-align: center;
}
table.on
{
    font-size: 14px;

    box-sizing: border-box;
    margin: 10px auto;

    border-collapse: collapse;

    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
table.on th
{
    font-weight: bold;

    text-align: center;

    background: #eee;
}
table.on td,
table.on th
{
    padding: 6px 10px;

    text-align: left;

    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.Content
{
    position: relative;

    clear: both;

    box-sizing: border-box;
    max-width: 1400px;
    margin: 0 auto;
}
@media screen and (max-width: 1366px)
{
    .Content
    {
        max-width: 1200px;
    }
}
.Content.on
{
    display: flex;

    justify-content: space-between;
}
/*网站头部*/
header
{
    height: 88px;

    background: #fff;
}
header .Logo
{
    position: relative;

    height: 88px;
}
header .Slogan
{
    line-height: 18px;

    float: left;

    margin-top: 13px;
    margin-left: 12px;
    padding: 5px 12px;

    border-left: solid 1px #ddd;
}
header .Slogan span
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    display: block;

    color: #f35432;
}
header .Tel
{
    line-height: 24px;

    float: right;

    margin-top: 13px;
    padding-left: 45px;

    background: url(/Images/Tel.png) no-repeat left center;
}
header .Tel span
{
    font-family: Impact;
    font-size: 26px;
    font-style: italic;
    line-height: 28px;

    display: block;

    color: #f35432;
}
header .Tel em
{
    margin: 0 10px;

    color: #999;
}
/* 导航菜单 */
nav
{
    display: flex;

    color: #ccc;
    background: linear-gradient(90deg, #4874f2, #1a4bd6);

    justify-content: space-between;
}
nav a
{
    font-size: 16px;

    display: inline-block;

    margin: 0 4px;
    padding: 12px 18px;

    color: #fff;
}
@media screen and (max-width: 1366px)
{
    nav a
    {
        padding: 12px 14px 12px 15px;
    }
}
nav a:first-child
{
    margin-left: 0;
}
nav a:last-child
{
    margin-right: 0;
}
nav .on,
nav a:hover
{
    color: #fff;
    background: linear-gradient(0deg, #f35432, #f06c14);
}
/*网站底部*/
footer
{
    margin-top: 30px;
    padding-bottom: 15px;

    border-top: solid 3px #133886;
    background: #145599;
}
footer dl
{
    float: left;

    width: 160px;
    margin-top: 20px;
}
footer dl dt
{
    font-size: 18px;
    font-weight: bold;

    margin-bottom: 5px;

    color: #efefef;
}
footer dl dt span
{
    line-height: 36px;

    display: inline-block;

    border-bottom: solid 2px #f08d14;
}
footer dl dd
{
    line-height: 28px;

    display: block;
}
footer dl dd a
{
    color: #ddd;
}
footer .WeiXinRQ
{
    line-height: 16px;

    float: left;

    width: 80px;
    margin-top: 38px;
    padding: 10px 10px 5px;

    text-align: center;

    border: solid 1px #ddd;
    background: #fff;
}
footer .WeiXinRQ img
{
    max-width: 100%;
    max-height: 100%;
}
footer .WeiXinRQ i
{
    display: inline-block;

    width: 22px;
    height: 18px;

    vertical-align: middle;

    background: url(/Images/WeiXin.png) no-repeat;
}
footer .QQ
{
    font-size: 10px;
    line-height: 16px;

    float: left;

    width: 80px;
    margin-top: 38px;
    margin-left: 30px;
    padding: 10px 10px 5px;

    text-align: center;

    border: solid 1px #ddd;
    background: #fff;
}
footer .Tel
{
    line-height: 38px;

    float: right;

    width: 280px;
    margin-top: 28px;
}
footer .Tel span
{
    font-size: 20px;

    display: block;

    padding-left: 5px;

    color: #fff;
}
footer .Tel em
{
    font-family: Impact;
    font-size: 28px;
    font-weight: 400;

    display: block;

    color: #fce20a;
}
footer .Tel i
{
    line-height: 20px;

    display: block;

    padding-left: 5px;

    color: #eee;
}
footer .Btn1
{
    font-size: 16px;

    display: inline-block;

    margin-top: 15px;
    padding: 5px 38px;

    letter-spacing: 2px;
}
footer .Btn1 img
{
    margin-right: 8px;

    vertical-align: middle;
}
footer .Links
{
    clear: both;

    padding-top: 20px;

    color: #fff;
}
footer .Links a
{
    margin-right: 18px;

    color: #ddd;
}
.Links
{
    line-height: 30px;

    color: #fff;
    background: #133886;
}
.Links a
{
    margin-right: 10px;

    color: #ddd;
}
/* 版权说明 */
.Cert
{
    padding-top: 20px;

    text-align: center;

    background: #133886;
}
.Cert a
{
    display: inline-block;

    margin: 0 5px;
}
.Cert img
{
    height: 40px;
}
.Copyright
{
    font-size: 13px;
    line-height: 32px;

    padding: 5px 0 10px;

    text-align: center;

    color: #eee;
    background: #133886;
}
.Copyright a
{
    font-size: 13px;

    color: #eee;
}
/*活动客服*/
article
{
    position: fixed;
    z-index: 999;
    top: 50%;
    right: 0;

    transform: translateY(-50%);

    color: #fff;
}
article a
{
    display: block;

    width: 78px;
    height: 30px;
    margin-top: 5px;
    padding-top: 48px;

    text-align: center;

    color: #fff;
    background: url(/Images/footer1.png) no-repeat center 16px #4874f2;
}
article a:hover
{
    color: #fff !important;
    background: url(/Images/footer1.png) no-repeat center 16px #f35432;
}
article a:hover em
{
    display: block;
}
article a:nth-of-type(2)
{
    background: url(/Images/footer2.png) no-repeat center 16px #4874f2;
}
article a:nth-of-type(2):hover
{
    color: #fff !important;
    background: url(/Images/footer2.png) no-repeat center 16px #f35432;
}
article a:nth-of-type(3)
{
    background: url(/Images/footer3.png) no-repeat center 16px #4874f2;
}
article a:nth-of-type(3):hover
{
    color: #fff !important;
    background: url(/Images/footer3.png) no-repeat center 16px #f35432;
}
article a:nth-of-type(4)
{
    background: url(/Images/footer4.png) no-repeat center 16px #4874f2;
}
article a:nth-of-type(4):hover
{
    color: #fff !important;
    background: url(/Images/footer4.png) no-repeat center 16px #f35432;
}
article a:nth-of-type(5)
{
    background: url(/Images/footer5.png) no-repeat center 16px #4874f2;
}
article a:nth-of-type(5):hover
{
    color: #fff !important;
    background: url(/Images/footer5.png) no-repeat center 16px #f35432;
}
article .weixinbb
{
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;

    position: absolute;

    display: none;

    margin-left: -186px;

    color: #fff;
    background: #f35432;
}
article .weixinbb i
{
    display: block;

    width: 180px;
    height: 180px;

    background: url(../Images/WeiXinRQ.png) no-repeat;
    background-size: 180px;
}
article .tel
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    position: absolute;

    display: none;

    width: 130px;
    height: 58px;
    margin-top: -48px;
    margin-left: -156px;
    padding: 10px;

    color: #fff;
    background: #f35432;
}
.Banner
{
    position: relative;
    z-index: 0;

    overflow: hidden;

    width: 100%;
    height: 360px;

    background: #efefef;
}
.Banner .pagination
{
    position: absolute;
    z-index: 2;
    bottom: 6px;

    width: 100%;

    text-align: center;
}
.Banner .swiper-pagination-bullet
{
    width: 40px;
    height: 6px;
    margin: 0 6px;

    vertical-align: middle;

    opacity: 1;
    border-radius: 0;
    background: #ccc;
}
.Banner .swiper-pagination-bullet-active
{
    background: #f35432;
}
.Banner img
{
    width: 100%;
    height: 100%;

    object-fit: cover;
}
/*布局框架*/
.PageItem
{
    position: absolute;
    z-index: 100;

    width: 268px;

    animation: fadeInUp .8s ease 0s both;
}
.PageItem .NavSub .Title
{
    display: flex;

    height: 120px;

    text-align: center;

    color: #fff;
    background: url(../Images/NavSub.jpg) no-repeat;

    flex-flow: column;
    justify-content: center;
}
.PageItem .NavSub .Title span
{
    font-size: 26px;
    line-height: 36px;

    display: block;
}
.PageItem .NavSub .Title em
{
    font-size: 17px;
    line-height: 30px;

    display: block;

    text-transform: uppercase;
}
.PageItem .NavSub .List
{
    padding: 20px;

    background: #efefef;
}
.PageItem .NavSub .List dd
{
    height: 42px;

    border-bottom: solid 1px #fff;
    background: url(/Images/8.gif) no-repeat 5px center;
}
.PageItem .NavSub .List dd a
{
    font-size: 15px;
    line-height: 42px;

    display: block;

    padding-left: 20px;
}
.PageItem .NavSub .List dd.on a,
.PageItem .NavSub .List dd:hover a
{
    animation: flipInX .6s ease 0s both;

    color: #fff;
    background: linear-gradient(90deg, #f35432, #fb8b20);
}
.PageMain
{
    box-sizing: border-box;
    padding-left: 288px;
}
.PageMain .NavTitle
{
    line-height: 36px;

    padding: 3px 10px;

    background: #efefef;
}
.PageMain .NavTitle i
{
    display: inline-block;

    width: 20px;
    height: 21px;
    margin-right: 3px;

    vertical-align: middle;

    background: url(../Images/wei.png) no-repeat;
}
.PageMain .NavTitle .SearchF
{
    float: right;
}
.PageMain .NavTitle .SearchF #SName
{
    line-height: 24px;

    min-width: 220px;

    border-radius: 0;
}
.PageMain .NavTitle .SearchF #SBtn
{
    padding: 2px 10px;

    border-radius: 0;
}
.Item1 .Title
{
    padding: 10px 10px;

    color: #fff;
    background: linear-gradient(70deg, #4874f2, #1a4bd6);
}
.Item1 .Title span
{
    font-size: 18px;
}
.Item1 .Title em
{
    font-size: 12px;

    text-transform: uppercase;
}
.Item1 .List
{
    line-height: 28px;

    padding: 10px;

    background: #efefef;
    background-size: 100%;
}
.Item1 .List h1
{
    font-size: 20px;
    font-weight: bold;
    line-height: 38px;

    color: #fe011d;
}
.Item1 .List i
{
    font-family: Arial;
    font-size: 20px;

    color: #f35432;
}
.Item2
{
    padding: 20px 0;

    text-align: center;

    border-radius: 3px;
    background: linear-gradient(45deg, #4086dc, #1a4bd6);
}
.Item2 em
{
    font-size: 18px;

    display: block;

    height: 32px;

    text-transform: uppercase;

    color: #fff;
}
.Item2 span
{
    font-size: 28px;
    font-weight: bold;

    display: block;

    height: 40px;

    color: #fff;
}
.Item2 a
{
    margin-top: 10px;
    padding: 6px 30px;

    border-radius: 0;
}
.Item2 .Btn1
{
    padding: 6px 30px;

    color: #fff;
    border-radius: 3px;
    background: linear-gradient(70deg, #f35432, #fb8b20);
}
/*单页展示*/
.PageShow .List
{
    font-size: 16px;
    line-height: 32px;

    overflow: hidden;

    box-sizing: border-box;
    min-height: 800px;
    padding: 20px 0;
}
.PageShow .List p
{
    font-size: 16px;
    line-height: 32px;
}
.PageShow .List img
{
    display: block;

    max-width: 100%;
    margin: 10px auto;
}
/*联系我们*/
.Contact
{
    line-height: 32px;

    padding: 30px;
}
.Contact h1
{
    font-size: 38px;
    font-weight: bold;
    line-height: 48px;

    letter-spacing: 2px;

    color: #f35432;
}
.Contact h3
{
    line-height: 24px;

    display: inline-block;

    margin-bottom: 20px;
    padding: 0 20px;

    text-transform: uppercase;

    color: #fff;
    background: linear-gradient(45deg, #4086dc, #1a4bd6);
}
.Contact .dd
{
    font-size: 16px;
    line-height: 32px;
}
.Contact .dd i
{
    font-weight: bold;

    margin-right: 5px;

    color: #f35432;
}
.Contact .dd a
{
    color: #0093ff;
}
.Contact .QR
{
    font-size: 16px;

    position: absolute;

    width: 160px;
    margin-left: 600px;

    text-align: center;
    letter-spacing: 2px;

    color: #133886;
}
.Contact .Line
{
    width: 500px;
    margin: 10px 0;

    border-bottom: solid 1px #eee;
}
.Contact #Map
{
    height: 500px;
    margin: 30px 0;
}
.Contact .List h3 a
{
    font-size: 16px;

    color: #1a4bd6;
}
.Contact .List i
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 3px;

    vertical-align: middle;

    background: url(../Images/Contact1.png) no-repeat;
    background-size: 20px;
}
.Contact .List li
{
    line-height: 42px;

    display: inline-block;

    min-width: 36%;
}
.Contact .List li em
{
    font-size: 20px;
    font-weight: bold;

    margin-right: 6px;

    color: #fe011d;
}
.Contact .List li:nth-of-type(2) i
{
    background: url(../Images/Contact2.png) no-repeat;
    background-size: 22px;
}
.Contact .List li:nth-of-type(3) i
{
    background: url(../Images/Contact3.png) no-repeat;
    background-size: 20px;
}
.Contact .List li:nth-of-type(4) i
{
    background: url(../Images/Contact4.png) no-repeat;
    background-size: 20px;
}
.Contact .List h2
{
    line-height: 42px;
}
.Contact .List h2:nth-of-type(1) i
{
    background: url(../Images/Contact5.png) no-repeat;
    background-size: 22px;
}
.Contact .List h2:nth-of-type(2) i
{
    background: url(../Images/Contact6.png) no-repeat;
    background-size: 20px;
}
.Contact .List h2:nth-of-type(3) i
{
    background: url(../Images/Contact7.png) no-repeat;
    background-size: 20px;
}
.Contact .Map
{
    font-size: 12px;

    width: 100%;
    height: 500px;
    margin-top: 30px;

    border: solid 1px #efefef;
}
/*生产设备*/
.Factory .List
{
    min-height: 800px;
}
.Factory dl
{
    position: relative;

    float: left;

    width: calc((100% - 60px)/3);
    margin-top: 20px;
    margin-right: 20px;

    animation: zoomIn .8s ease 0s both;
}
.Factory dl:nth-of-type(3n)
{
    margin-right: 0;
}
.Factory dl:hover img
{
    transform: scale(1.2);
}
.Factory dt
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 230px;

    background: #efefef;
}
.Factory dt img
{
    transition: ease .6s;
}
.Factory dd
{
    font-size: 16px;
    font-weight: bold;

    display: block;
    overflow: hidden;

    padding: 8px;

    text-align: center;

    color: #1a4bd6;
    background: #f8f8f8;
}
/*新闻列表*/
.News
{
    width: calc(100% - 320px);
    min-height: 800px;
}
.News .Title
{
    position: relative;

    padding-bottom: 10px;

    border-bottom: solid 2px #ddd;
}
.News .Title em
{
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;

    display: block;

    height: 56px;

    color: #133886;
}
.News .Title span
{
    font-size: 36px;
    line-height: 38px;

    display: block;

    height: 38px;

    color: #333;
}
.News .Title .Tab
{
    position: absolute;
    right: 0;

    padding-top: 70px;
}
.News .Title .Tab li
{
    display: inline-block;

    margin: 0 10px;

    cursor: pointer;

    background: #ddd;
}
.News .Title .Tab li a
{
    display: block;

    padding: 8px 26px;
}
.News .Title .Tab li:last-child
{
    margin-right: 0;
}
.News .Title .Tab li.on,
.News .Title .Tab li:hover
{
    background: #f35432;
}
.News .Title .Tab li.on a,
.News .Title .Tab li:hover a
{
    color: #fff;
}
.News .Line
{
    clear: both;

    margin-top: 15px;

    border-top: solid 1px #ccc;
}
.News .dd
{
    position: relative;

    box-sizing: border-box;
    min-height: 150px;
    margin-top: 15px;
    padding-left: 200px;
}
.News .dd:hover
{
    background: #f8f8f8;
}
.News .dd:hover h3
{
    color: #1a4bd6;
}
.News .Img
{
    position: absolute;
    left: 0;

    width: 200px;
    height: 150px;

    border-radius: 3px;
}
.News .Img img
{
    display: block;

    width: 100%;
    height: 100%;

    background: #eee;

    object-fit: cover;
}
.News .dt
{
    box-sizing: border-box;
    padding: 0 10px;
}
.News .dt h3
{
    font-size: 16px;
    line-height: 28px;

    color: #000;
}
.News .dt span
{
    font-size: 14px;
    line-height: 22px;

    display: block;

    color: #aaa;
}
.News .dt p
{
    line-height: 22px;

    color: #666;
}
/*新闻展示*/
.NewsShow
{
    box-sizing: border-box;
}
.NewsShow.on
{
    padding: 30px 50px;

    border: 15px solid #efefef;
}
.NewsShow h1
{
    font-size: 28px;
    font-weight: 400;
    line-height: 56px;

    text-align: center;

    color: #222;
}
.NewsShow .Tit
{
    font-size: 12px;
    line-height: 36px;

    height: 36px;
    margin-top: 8px;

    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
}
.NewsShow .Tit a
{
    font-size: 12px;

    color: #1a4bd6;
}
.NewsShow .Tit i
{
    margin: 0 3px;

    color: #fe011d;
}
.NewsShow .Tit span
{
    margin: 0 8px;
}
.NewsShow vidoe
{
    width: 100%;
    margin-top: 20px;
}
.NewsShow .Img img
{
    display: block;

    max-width: 100%;
    max-height: 500px;
    margin: 20px auto;
}
.NewsShow .Img img
{
    display: block;

    max-width: 100%;
    max-height: 500px;
    margin: 20px auto;
}
.NewsShow .List
{
    font-size: 16px;
    line-height: 30px;

    overflow: hidden;

    box-sizing: border-box;
    min-height: 300px;
    padding: 20px 0;

    text-indent: 20px;

    color: #666;
}
.NewsShow .List p
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 10px;
}
.NewsShow .List img
{
    display: block;

    max-width: 100%;
    margin: 20px auto;
}
.NewsShow .List a
{
    font-weight: bold;

    margin: 0 5px;

    text-decoration: underline;

    color: #4874f2;
}
.NewsShow .List b
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 5px;

    color: #f35432;
}
.NewsShow .ListC
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin-bottom: 10px;
    padding-bottom: 10px;

    color: #333;
    border-bottom: solid 1px #efefef;
}
.NewsShow .ListC a
{
    color: #fe011d;
}
.NewsShow .List1 a
{
    color: #1a4bd6;
}
.NewsShow .Desc
{
    font-size: 14px;
    line-height: 22px;

    margin-top: 20px;
    padding: 10px;

    border: solid 1px #ddd;
    border-radius: 3px;
    background: #efefef;
}
.NewsShow .tags
{
    margin: 10px 0;
}
.NewsShow .tags a
{
    font-size: 12px;

    margin-right: 5px;
    padding: 3px 10px;

    color: #fff;
    background: #4874f2;
}
.NewsShow .tags a:hover
{
    color: #fff;
    background: #f35432;
}
.NewsShow .Links
{
    padding-top: 10px;
}
.NewsShow .Links li
{
    line-height: 26px;
}
.NewsShow .Details
{
    position: relative;

    margin-top: 20px;
    padding: 20px;

    background: #f8f8f8;
}
.NewsShow .Details em
{
    display: block;
}
.NewsShow .Details span
{
    font-size: 26px;
    font-weight: bold;
    line-height: 38px;

    display: block;

    color: #fe011d;
}
.NewsShow .Details span i
{
    font-size: 18px;

    margin: 0 6px;

    color: #888;
}
.NewsShow .Details a
{
    position: absolute;
    right: 30px;

    display: inline-block;

    margin-top: 10px;
    margin-left: 30px;
    padding: 8px 30px;
    padding: 10px 30px;

    vertical-align: middle;

    color: #fff;
    border-radius: 3px;
    background: linear-gradient(0deg, #fb2305, #fb2305);
}
.NewsShow .Details a:nth-of-type(2)
{
    right: 230px;

    background: linear-gradient(0deg, #f59510, #f67e0a);
}
/*相关文章*/
.NewsRelated
{
    position: relative;
}
.NewsRelated.on
{
    padding-top: 10px;

    border-top: solid 15px #f8f8f8;
}
.NewsRelated .Item
{
    float: left;

    width: calc((100% - 20px)/2);
}
.NewsRelated .Item:nth-of-type(2)
{
    float: right;
}
.NewsRelated .Title,
.NewsRelated .Title1
{
    height: 38px;

    border-bottom: solid 1px #ddd;
}
.NewsRelated .Title span,
.NewsRelated .Title1 span
{
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;

    display: inline-block;

    padding: 0 6px;

    border-bottom: solid 3px #fe011d;
}
.NewsRelated .Title a,
.NewsRelated .Title1 a
{
    float: right;

    padding-top: 15px;

    color: #999;
}
.NewsRelated .List a
{
    display: block;

    padding: 8px 5px 8px 15px;

    border-bottom: dashed 1px #ddd;
    background: url(/Images/1.gif) no-repeat center left;
}
.NewsRelated .List em
{
    float: right;

    color: #aaa;
}
/*搜索文章*/
.NewsFind .Title
{
    padding: 10px 10px;

    border-top: solid 2px #4874f2;
    background: #efefef;
}
.NewsFind .Title span
{
    font-size: 18px;
}
.NewsFind .List
{
    padding: 20px;

    border: solid 1px #efefef;
    border-top: none 0;
}
.NewsFind .List form
{
    position: relative;
}
.NewsFind .List form #SName
{
    width: 100%;
    padding: 5px;

    border-radius: 0;
}
.NewsFind .List form #SBtn
{
    line-height: 22px;

    position: absolute;
    z-index: 1;
    right: 0;

    border: none 0;
    border-radius: 0;
}
/*热门文章*/
.NewsHot .Title
{
    padding: 10px 10px;

    color: #fff;
    background: linear-gradient(70deg, #4874f2, #1a4bd6);
}
.NewsHot .Title span
{
    font-size: 18px;
}
.NewsHot .Title em
{
    font-size: 12px;

    text-transform: uppercase;
}
.NewsHot .List
{
    padding: 0 15px;

    background: #f8f8f8;
}
.NewsHot .List a
{
    line-height: 38px;

    display: block;
    overflow: hidden;

    white-space: nowrap;

    border-bottom: dashed 1px #ddd;
}
.NewsHot .List a i
{
    font-size: 12px;
    line-height: 18px;

    display: inline-block;

    width: 18px;
    height: 18px;
    margin-right: 5px;

    text-align: center;
    vertical-align: middle;

    color: #fff;
    border-radius: 3px;
    background: #ddd;
}
.NewsHot .List a:nth-of-type(1) i
{
    background: #fe011d;
}
.NewsHot .List a:nth-of-type(2) i
{
    background: #fe5a01;
}
.NewsHot .List a:nth-of-type(3) i
{
    background: #1875db;
}
.NewsHot .List a:nth-of-type(4) i
{
    background: #269705;
}
.NewsHot .List a:hover
{
    color: #f35432;
}
/*热门关键字*/
.NewsTag .Title
{
    padding: 10px 10px;

    border-top: solid 2px #4874f2;
    background: #efefef;
}
.NewsTag .Title span
{
    font-size: 18px;
}
.NewsTag .Title a
{
    float: right;

    color: #999;
}
.NewsTag .List
{
    position: relative;
}
.NewsTag .List a
{
    line-height: 32px;

    display: inline-block;
    float: left;
    overflow: hidden;

    box-sizing: border-box;
    width: calc(100% / 3);
    margin-top: 1px;

    text-align: center;
    white-space: nowrap;

    border-right: solid 1px #fff;
    background: #ddd;
}
.NewsTag .List a:hover
{
    color: #fff;
    background: #f35432;
}
/*工程案例*/
.Case .Title
{
    margin-top: 20px;
    padding-bottom: 10px;

    text-align: center;
}
.Case .Title em
{
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;

    display: block;

    height: 56px;

    color: #133886;
}
.Case .Title span
{
    font-size: 36px;
    line-height: 38px;

    display: block;

    height: 38px;

    color: #333;
}
.Case .Tab
{
    margin-top: 20px;

    text-align: center;
}
.Case .Tab li
{
    display: inline-block;

    margin: 0 16px;

    cursor: pointer;

    background: #ddd;
}
.Case .Tab li a
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    padding: 10px 38px;
}
.Case .Tab li.on,
.Case .Tab li:hover
{
    background: linear-gradient(90deg, #f35432, #fb8b20);
}
.Case .Tab li.on a,
.Case .Tab li:hover a
{
    color: #fff;
}
.Case .TabLine
{
    width: 80%;
    max-width: 1200px;
    height: 1px;
    margin: 0 auto;

    background: radial-gradient(#ddd, rgba(255, 255, 255, .5));
}
.Case .List dl
{
    position: relative;

    float: left;

    width: 327px;
    margin: 20px 15px 0;

    animation: zoomIn .8s ease 0s both;
}
.Case .List dl:nth-of-type(4n-3)
{
    margin-left: 0;
}
.Case .List dl:nth-of-type(4n)
{
    margin-right: 0;
}
.Case .List dl dt
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 210px;

    background: #efefef;
}
.Case .List dl dt img
{
    width: 100%;

    transition: ease .6s;
}
.Case .List dl dt .Desc
{
    line-height: 24px;

    position: absolute;
    z-index: 999;
    right: 0;
    bottom: -20px;
    left: 0;

    overflow: hidden;

    box-sizing: border-box;
    height: 0;
    padding: 10px;

    transition: ease .6s;
    text-align: left;

    color: #fff;
    background: rgba(0, 0, 0, 0);
}
.Case .List dl dt .Desc h1
{
    font-size: 18px;
    font-weight: 400;

    text-align: left;
}
.Case .List dl dd
{
    overflow: hidden;

    padding: 8px;

    background: linear-gradient(70deg, #4874f2, #1a4bd6);
}
.Case .List dl dd a
{
    font-size: 16px;
    font-weight: 400;

    display: block;

    text-align: center;

    color: #fff;
}
.Case .List dl:hover img
{
    transform: scale(1.2);
}
.Case .List dl:hover .Desc
{
    bottom: 0;

    height: 210px;

    background: rgba(0, 0, 0, .6);
}
.Case .List dl:hover dd
{
    background: linear-gradient(90deg, #f35432, #fb8b20);
}
/*产品分类*/
.ItemList
{
    min-height: 800px;
}
.ItemList dl
{
    position: relative;

    float: left;

    width: calc((100% - 40px)/3);
    margin-top: 20px;
    margin-right: 20px;

    animation: zoomIn .8s ease 0s both;
}
.ItemList dl:nth-of-type(3n-2)
{
    margin-left: 0;
}
.ItemList dl:nth-of-type(3n)
{
    margin-right: 0;
}
.ItemList dl:hover img
{
    transform: scale(1.2);
}
.ItemList dl:hover .Desc
{
    bottom: 0;

    height: 120px;

    background: rgba(0, 0, 0, .6);
}
.ItemList dl:hover dd
{
    background: linear-gradient(90deg, #fe5a01, #fe011d);
}
.ItemList dt
{
    position: relative;

    overflow: hidden ;

    width: 100%;
    height: 250px;

    background: #efefef;
}
.ItemList dt img
{
    transition: ease .6s;
}
.ItemList .Desc
{
    line-height: 22px;

    position: absolute;
    z-index: 999;
    right: 0;
    bottom: -20px;
    left: 0;

    overflow: hidden;

    box-sizing: border-box;
    height: 0;
    padding: 10px;

    transition: ease .6s;

    color: #fff;
    background: rgba(0, 0, 0, 0);
}
.ItemList .Desc h1
{
    font-size: 16px;
    font-weight: 400;
}
.ItemList .Desc p
{
    font-size: 14px;
}
.ItemList dd
{
    overflow: hidden;

    padding: 8px;

    background: linear-gradient(70deg, #4874f2, #1a4bd6);
}
.ItemList dd a
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    color: #fff;
}
/*相关文章*/
.ItemRelated
{
    position: relative;
}
.ItemRelated.on
{
    padding-top: 10px;

    border-top: solid 15px #f8f8f8;
}
.ItemRelated .Title
{
    height: 38px;

    border-bottom: solid 1px #ddd;
}
.ItemRelated .Title span
{
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;

    display: inline-block;

    padding: 0 6px;

    border-bottom: solid 3px #fe011d;
}
.ItemRelated .Title a
{
    float: right;

    padding-top: 15px;

    color: #999;
}
.ItemRelated dl
{
    position: relative;

    float: left;

    width: calc((100% - 40px)/3);
    margin-top: 20px;
    margin-right: 20px;

    animation: zoomIn .8s ease 0s both;
}
.ItemRelated dl:nth-of-type(3n)
{
    margin-right: 0;
}
.ItemRelated dl:hover img
{
    transform: scale(1.2);
}
.ItemRelated dl:hover .Desc
{
    bottom: 0;

    height: 120px;

    background: rgba(0, 0, 0, .6);
}
.ItemRelated dl:hover dd
{
    background: linear-gradient(90deg, #fe5a01, #fe011d);
}
.ItemRelated dt
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 220px;

    background: #efefef;
}
.ItemRelated dt img
{
    transition: ease .6s;
}
.ItemRelated .Desc
{
    line-height: 22px;

    position: absolute;
    z-index: 999;
    right: 0;
    bottom: -20px;
    left: 0;

    overflow: hidden;

    box-sizing: border-box;
    height: 0;
    padding: 10px;

    transition: ease .6s;

    color: #fff;
    background: rgba(0, 0, 0, 0);
}
.ItemRelated .Desc h1
{
    font-size: 16px;
    font-weight: bold;
}
.ItemRelated .Desc p
{
    font-size: 14px;
}
.ItemRelated dd
{
    overflow: hidden;

    padding: 8px;

    background: linear-gradient(70deg, #4874f2, #1a4bd6);
}
.ItemRelated dd a
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    color: #fff;
}
.DefBanner .Banner
{
    height: 480px;
}
@media screen and (max-width: 1366px)
{
    .DefBanner .Banner
    {
        height: 400px;
    }
}
.Def1 .Title
{
    margin-top: 20px;
    padding-bottom: 10px;

    text-align: center;
}
.Def1 .Title em
{
    font-size: 36px;
    line-height: 38px;

    display: block;

    height: 46px;

    color: #333;
    background: url(../Images/Title.png) repeat-x center;
}
.Def1 .Title span
{
    line-height: 28px;

    padding-top: 6px;

    color: #666;
}
.Def1 .Tab
{
    margin-top: 20px;

    text-align: center;
}
.Def1 .Tab li
{
    display: inline-block;

    margin: 0 16px;

    cursor: pointer;

    background: #ddd;
}
.Def1 .Tab li a
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    padding: 10px 38px;
}
.Def1 .Tab li.on,
.Def1 .Tab li:hover
{
    background: linear-gradient(90deg, #fe5a01, #fe011d);
}
.Def1 .Tab li.on a,
.Def1 .Tab li:hover a
{
    color: #fff;
}
.Def1 .TabLine
{
    height: 1px;

    background: radial-gradient(#ddd, rgba(255, 255, 255, .5));
}
.Def1 .List
{
    overflow: hidden;
}
.Def1 dl
{
    position: relative;

    display: inline-block;

    width: calc((100% - 60px)/4);
    margin-top: 20px;
    margin-right: 20px;

    animation: zoomIn .8s ease 0s both;
}
.Def1 dl:nth-of-type(4n)
{
    margin-right: 0;
}
.Def1 dl:hover img
{
    width: 100%;

    transform: scale(1.2);
}
.Def1 dl:hover .Desc
{
    bottom: 0;

    height: 120px;

    background: rgba(0, 0, 0, .6);
}
.Def1 dl:hover dd
{
    background: linear-gradient(90deg, #fe5a01, #fe011d);
}
.Def1 dt
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 220px;

    background: #efefef;
}
.Def1 dt img
{
    transition: ease .6s;
}
.Def1 .Desc
{
    line-height: 24px;

    position: absolute;
    z-index: 999;
    right: 0;
    bottom: -20px;
    left: 0;

    overflow: hidden;

    box-sizing: border-box;
    height: 0;
    padding: 10px;

    transition: ease .6s;

    color: #fff;
    background: rgba(0, 0, 0, 0);
}
.Def1 .Desc h1
{
    font-size: 16px;
    font-weight: 400;
}
.Def1 dd
{
    overflow: hidden;

    padding: 8px;

    background: linear-gradient(70deg, #4874f2, #1a4bd6);
}
.Def1 dd a
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    color: #fff;
}
.Def2
{
    margin-top: 50px;
}
.Def2 .Title
{
    margin-top: 20px;
    padding-bottom: 10px;

    text-align: center;

    background: url(/Images/Title6.png) no-repeat center;
}
.Def2 .Title em
{
    font-size: 36px;
    line-height: 38px;

    display: block;

    height: 46px;

    color: #333;
}
.Def2 .Title span
{
    line-height: 32px;

    padding-top: 6px;

    text-transform: uppercase;

    color: #666;
}
.Def2 .List1
{
    box-sizing: border-box;
    min-height: 380px;
    padding-right: 500px;

    background: url(/Images/a01.png) no-repeat center right;
}
.Def2 .List1 .Tit
{
    box-sizing: border-box;
    min-height: 140px;
    padding-top: 46px;
    padding-left: 110px;

    background: url(/Images/no-01.png) no-repeat center left;
}
.Def2 .List1 .Tit h1
{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;

    color: #133886;
}
.Def2 .List1 .Tit em
{
    font-size: 10px;

    text-transform: uppercase;

    color: #888;
}
.Def2 .List1 p
{
    font-size: 16px;
    line-height: 26px;

    box-sizing: border-box;
    max-width: 750px;
    padding-left: 110px;
}
.Def2 .List2
{
    box-sizing: border-box;
    min-height: 300px;
    padding-left: 500px;

    background: url(/Images/a02.png) no-repeat center left;
}
.Def2 .List2 .Tit
{
    box-sizing: border-box;
    min-height: 140px;
    padding-top: 46px;
    padding-left: 110px;

    background: url(/Images/no-02.png) no-repeat center left;
}
.Def2 .List2 .Tit h1
{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;

    color: #133886;
}
.Def2 .List2 .Tit em
{
    font-size: 10px;

    text-transform: uppercase;

    color: #888;
}
.Def2 .List2 p
{
    font-size: 16px;
    line-height: 26px;

    box-sizing: border-box;
    max-width: 750px;
    padding-left: 110px;
}
.Def2 .List3
{
    box-sizing: border-box;
    min-height: 380px;
    padding-right: 500px;

    background: url(/Images/a03.png) no-repeat center right;
}
.Def2 .List3 .Tit
{
    box-sizing: border-box;
    min-height: 140px;
    padding-top: 46px;
    padding-left: 110px;

    background: url(/Images/no-03.png) no-repeat center left;
}
.Def2 .List3 .Tit h1
{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;

    color: #133886;
}
.Def2 .List3 .Tit em
{
    font-size: 10px;

    text-transform: uppercase;

    color: #888;
}
.Def2 .List3 p
{
    font-size: 16px;
    line-height: 26px;

    box-sizing: border-box;
    max-width: 750px;
    padding-left: 110px;
}
.Def3
{
    box-sizing: border-box;
    padding: 68px;

    border: solid 5px #1a4bd6;
}
.Def3 .Title span
{
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;

    display: block;

    letter-spacing: 3px;

    color: #fe5a01;
}
.Def3 .Title em
{
    font-size: 12px;
    line-height: 20px;

    display: inline-block;

    padding: 0 3px;

    text-transform: uppercase;

    color: #fff;
    background: linear-gradient(45deg, #4086dc, #1a4bd6);
}
.Def3 .ImgD
{
    float: right;

    width: 430px;
    height: 310px;
    margin-left: 40px;

    background: #1a4bd6 url(/Images/Factory1.jpg) no-repeat center;
    box-shadow: 0 0 13px rgba(100, 91, 91, .63);
}
.Def3 .ImgD img
{
    display: block;
}
.Def3 .List
{
    font-size: 16px;
    line-height: 32px;

    padding: 20px 0;
}
.Def3 .List .More
{
    font-size: 14px;
    line-height: 28px;

    display: inline-block;

    height: 28px;
    padding-left: 10px;

    text-transform: uppercase;

    color: #fff;
    background: #fff;
    background: #133886;
}
.Def3 .List .More i
{
    display: inline-block;
    float: right;

    width: 26px;
    height: 28px;
    margin-left: 10px;

    background: #1a4bd6 url(../Images/More.png) no-repeat center;
    background-size: 16px;
}
.Def4
{
    padding: 30px 0 40px;

    background: url(/Images/bg-01.jpg) no-repeat center top;
}
.Def4 .Title
{
    margin-top: 20px;
    padding-bottom: 10px;

    text-align: center;

    background: url(/Images/Title6.png) no-repeat center;
}
.Def4 .Title em
{
    font-size: 36px;
    line-height: 38px;

    display: block;

    height: 46px;

    color: #fff;
}
.Def4 .Title span
{
    line-height: 32px;

    padding-top: 6px;

    text-transform: uppercase;

    color: #fff;
}
.Def4 .List
{
    position: relative;

    overflow: hidden;

    box-sizing: border-box;
}
.Def4 dl
{
    position: relative;

    display: inline-block;

    width: calc((100% - 60px)/4);
    margin-right: 20px;

    animation: zoomIn .8s ease 0s both;
}
.Def4 dl:nth-of-type(4n)
{
    margin-right: 0;
}
.Def4 dl:hover img
{
    transform: scale(1.2);
}
.Def4 dl:hover .Desc
{
    bottom: 0;

    height: 160px;

    background: rgba(0, 0, 0, .6);
}
.Def4 dl:hover dd
{
    background: linear-gradient(90deg, #fe5a01, #fe011d);
}
.Def4 dt
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 250px;

    background: #efefef;
}
.Def4 dt img
{
    width: 100%;

    transition: ease .6s;
}
.Def4 .Desc
{
    line-height: 24px;

    position: absolute;
    z-index: 999;
    right: 0;
    bottom: -20px;
    left: 0;

    overflow: hidden;

    box-sizing: border-box;
    height: 0;
    padding: 10px;

    transition: ease .6s;

    color: #fff;
    background: rgba(0, 0, 0, 0);
}
.Def4 .Desc h1
{
    font-size: 16px;
    font-weight: 400;
}
.Def4 dd
{
    overflow: hidden;

    padding: 8px;

    background: linear-gradient(70deg, #4874f2, #1a4bd6);
}
.Def4 dd a
{
    font-size: 16px;
    font-weight: 400;

    display: block;

    text-align: center;

    color: #fff;
}
.Def5
{
    box-sizing: border-box;
    padding: 80px 0;
}
.Def5 .Title
{
    position: relative;

    animation: fadeInUp ease .8s;
    text-align: center;
}
.Def5 .Title em
{
    font-family: Arial;
    font-size: 80px;
    font-weight: bold;

    position: absolute;
    z-index: 0;
    left: 50%;

    transform: translateX(-50%);
    text-transform: uppercase;

    color: #eee;
}
.Def5 .Title h1
{
    position: relative;
    z-index: 2;

    display: block;

    height: 50px;
    padding-bottom: 10px;
}
.Def5 .Title h1 span
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;

    z-index: 2;

    display: block;

    letter-spacing: 5px;

    color: #1a4bd6;
}
.Def5 .Title p
{
    font-size: 13px;
    line-height: 22px;

    display: block;

    color: #666;
}
.Def5 .Title p:after,
.Def5 .Title p:before
{
    display: inline-block;

    width: 38px;
    height: 1px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background: #ddd;
}
.Def5 .List
{
    margin-top: 20px;
}
.Def5 .dd:nth-child(1)
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 600px;
    height: 400px;
}
.Def5 .dd:nth-child(1) img
{
    z-index: 0;

    display: block;
    overflow: hidden;

    box-sizing: border-box;
    width: 600px;
    height: 400px;

    border: solid 1px #eee;
    border-radius: 3px;
    background: #efefef;

    object-fit: cover;
}
.Def5 .dd:nth-child(1) h3
{
    font-size: 16px;

    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 15px;

    color: #fff;
    background: rgba(0, 0, 0, .5);
}
.Def5 .dd:nth-child(1):hover img
{
    transform: scale(1.05);
}
.Def5 .dd:nth-child(n+2)
{
    display: block;
    float: right;

    box-sizing: border-box;
    width: calc(100% - 620px);
    padding: 10px 0;

    border-bottom: dashed 1px #ddd;
}
.Def5 .dd:nth-child(n+2) img
{
    display: none;
}
.Def5 .dd:nth-child(n+2) h3
{
    font-size: 15px;
    font-weight: normal;

    display: inline-block;
}
.Def5 .dd:nth-child(n+2) em
{
    font-size: 12px;

    float: right;

    color: #888;
}
.Def5 .dd:nth-child(n+2):hover
{
    background: #efefef;
}
.Def5 .dd:nth-child(n+2):hover h3
{
    font-weight: bold;
}